PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.colors Package / PDFColorUtility Class / convertRgbToCmyk Method
In This Topic
    convertRgbToCmyk Method
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public static void convertRgbToCmyk( 
       double r,
       double g,
       double b,
       double[] cmyk
    )

    Parameters

    r
    g
    b
    cmyk
    See Also